You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not finalizing the building process since LinkerBuilder is supposed to create multiple Linker instances thus create is the better name.
Maybe even introduce a LinkerBuilder::ready -> LinkerBuilderReady method to prevent misusing the LinkerBuilder type statically. Right now LinkerBuilder::{func_wrap, func_new} methods can be used after creation of a Linker but will panic and with another type we could statically enforce correct usage.
The following list contains the work required before we can release Wasmi v0.32:
EngineLimits
toEnforcedLimits
Engine
thus the current name is misleading.Engine
but rather in theModule
. This might change later.EngineLimits
toEnforcedLimits
#1000LinkerBuilder::finish
method tocreate
.LinkerBuilder
is supposed to create multipleLinker
instances thuscreate
is the better name.LinkerBuilder::ready -> LinkerBuilderReady
method to prevent misusing theLinkerBuilder
type statically. Right nowLinkerBuilder::{func_wrap, func_new}
methods can be used after creation of aLinker
but will panic and with another type we could statically enforce correct usage.LinkerBuilder
type stateful #1001Store::{get_fuel, set_fuel}
.EngineWeak
API.EngineWeak
from thewasmi
crate #1003The text was updated successfully, but these errors were encountered: