Skip to content

Is it safe to make several module instance from single module? #3896

Answered by lum1n0us
palchikov asked this question in Q&A
Discussion options

You must be logged in to vote

Generally speaking, a WebAssembly runtime creates instances as the execution form for a module. Each instance has its own linear memory, which is essentially equivalent to a separate running state. So wasm_runtime_instantiate() only should be OK.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by palchikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants