We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a9543 commit 434b258Copy full SHA for 434b258
tests/misc_testsuite/shared-everything-threads/builtins.wast
@@ -0,0 +1,8 @@
1
+;;! shared_everything_threads = true
2
+;;! reference_types = true
3
+(component
4
+ (core type $start (shared (func (param $context i32))))
5
+ (core module $libc (table (export "start-table") shared 1 (ref null (shared func))))
6
+ (core instance $libc (instantiate $libc))
7
+ (core func $spawn_indirect (canon thread.spawn_indirect $start (table $libc "start-table")))
8
+)
0 commit comments