🧚 A practical web framework for Gleam

Remove `target` annotations

authored by giacomocavalieri.me and committed by Louis Pilfold 9541370a 618e2332

Changed files
-2
src
-2
src/wisp.gleam
··· 411 // share as much as possible with the original string without having to build 412 // a new one from scratch. 413 // 414 - @target(erlang) 415 fn do_escape_html( 416 bin: BitArray, 417 skip: Int, ··· 447 } 448 } 449 450 - @target(erlang) 451 fn do_escape_html_regular( 452 bin: BitArray, 453 skip: Int,
··· 411 // share as much as possible with the original string without having to build 412 // a new one from scratch. 413 // 414 fn do_escape_html( 415 bin: BitArray, 416 skip: Int, ··· 446 } 447 } 448 449 fn do_escape_html_regular( 450 bin: BitArray, 451 skip: Int,