-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Trying to .build() a basic WASM module on Safari seems to return this error, while running the same on Firefox or Chrome works fine
Tried also with .buildSync()
An error occurred: Invalid argument (name): No enum value with that name: "funcref"
I'm investigating, quite strange.
It might be related to (?)
(table (;0;) 27 27 funcref)
UPDATE:
A couple of Issues are around _getTableType + Enum ValueTy and _getType.
- Chrome return a
Map<String, Object?> nullso_getTableTypeexecution is stopped and return aTableTynull, while Safari throw an exception when calling_getTypebut for some reason continue the execution of_getTableType - till get stopped by a mismatch in
t['element'] == 'funcref'while the enum isfuncRef
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels